home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Netware Super Library
/
Netware Super Library.iso
/
utility
/
nwshare
/
demo.bat
< prev
next >
Wrap
DOS Batch File
|
1994-03-16
|
233b
|
12 lines
echo off
REM
REM Does this computer have SHARE loaded?
REM
nw_share /NOLOGO /NOINFO /NOERRLVL
if errorlevel 1 goto YES
echo Error: You do not have SHARE loaded!
goto BR1
:YES
echo You have have SHARE loaded. Great!
:BR1